Vapi Std Errors NotFound
Vapi Std Errors NotFound
The Vapi Std Errors NotFound error indicates that a specified element could not be found.
Examples:
- Invoke the operation to retrieve information about a virtual machine, passing an id that does not identify an existing virtual machine.
- Invoke the operation to modify the configuration of a virtual nic, passing an id that does not identify an existing virtual nic in the specified virtual machine.
- Invoke the operation to remove a vswitch, passing an id that does not identify an existing vswitch.
AllOf
This class requires all of the following:
JSON Example
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}